Home | History | Annotate | Download | only in include

Lines Matching full:setstatus

77         return SetStatus(DllExports::GdipSetStringFormatFlags(

86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
96 return SetStatus(DllExports::GdipSetStringFormatLineSpacing(
106 return SetStatus(DllExports::GdipSetStringFormatAlign(
115 SetStatus(DllExports::GdipGetStringFormatAlign(
124 return SetStatus(DllExports::GdipSetStringFormatLineAlign(
133 SetStatus(DllExports::GdipGetStringFormatLineAlign(
142 return SetStatus(DllExports::GdipSetStringFormatHotkeyPrefix(
151 SetStatus(DllExports::GdipGetStringFormatHotkeyPrefix(
164 return SetStatus(DllExports::GdipSetStringFormatTabStops(
175 SetStatus(DllExports::GdipGetStringFormatTabStopCount(nativeFormat, &count));
185 return SetStatus(DllExports::GdipGetStringFormatTabStops(
199 return SetStatus(DllExports::GdipSetStringFormatDigitSubstitution(
210 SetStatus(DllExports::GdipGetStringFormatDigitSubstitution(
222 SetStatus(DllExports::GdipGetStringFormatDigitSubstitution(
236 return SetStatus(DllExports::GdipSetStringFormatTrimming(
245 SetStatus(DllExports::GdipGetStringFormatTrimming(
258 return SetStatus(DllExports::GdipSetStringFormatMeasurableCharacterRanges(
268 SetStatus(DllExports::GdipGetStringFormatMeasurableCharacterRangeCount(
288 Status SetStatus(GpStatus newStatus) const